home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -in_the_mag- / multitasking / coders / ppipc / ipc_demo / .text next >
Text File  |  2000-03-05  |  602b  |  12 lines

  1. This demo couples a hopefully useful server with a totally useless client...
  2. "FormatServer" accepts numeric and string data plus formatting specifiers
  3. in a message and generates a formatted string.  "FormatClient" sends it
  4. some trivial data for formatting.
  5.  
  6. Type return in the "Command" (client) window: Formatserver shows the message.
  7. Precede the return with "f" to get the string back to the Client output.
  8. Precede the return with "m" to get the string back via the reply message.
  9.  
  10. To understand WHY it wants to do these things, see the documentation...
  11. To exit the demo, type cntrl-\ (End-of-file).
  12.